Skip to content

add kv to terraform sample of aci sample app#70

Merged
DrisDary merged 5 commits intomainfrom
aci-terraform-kv-addition
Apr 2, 2026
Merged

add kv to terraform sample of aci sample app#70
DrisDary merged 5 commits intomainfrom
aci-terraform-kv-addition

Conversation

@DrisDary
Copy link
Copy Markdown
Contributor

@DrisDary DrisDary commented Apr 1, 2026

Motivation

The Terraform deployment for the aci-blob-storage sample was missing Key Vault integration. The Bicep and az CLI script deployments both use Azure Key Vault to store the storage connection string as a secret before passing it to ACI, but the Terraform version hardcoded the connection string directly as a secure environment variable. Now that the LocalStack Azure emulator supports Key Vault in Terraform, we can bring the Terraform deployment in line with the other two.

Additionally, the funclocal CLI wrapper was removed upstream (see localstack-docs#532) because azlocal start-interception already routes func traffic to LocalStack, making funclocal redundant. References to funclocal in run-samples.sh and the function-app deploy scripts were blocking CI for all shards.

Copy link
Copy Markdown
Contributor

@paolosalvatori paolosalvatori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DrisDary, nice job. Just a minor suggestion, see below. Thanks for fixing also the deploy.sh script of the function-app-storage-http sample.

@DrisDary DrisDary force-pushed the aci-terraform-kv-addition branch from a349ba5 to 4d09ec2 Compare April 2, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants